home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / HyperCuber 2.0 Source / CNCubeDialog.h < prev    next >
Encoding:
Text File  |  1994-04-28  |  501 b   |  22 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CNCubeDialog class.  The
  3. //| CNCubeDialog class implements the n-cube dialog.
  4. //|________________________________________________________________________________
  5.  
  6.  
  7. #include <CDialog.h>
  8.  
  9. CLASS CIntegerText;
  10.  
  11. class CNCubeDialog : public CDialog
  12.     {
  13.  
  14.  
  15.   public:
  16.  
  17.     CIntegerText    *dimension;    
  18.  
  19.     void INCubeDialog(short WindowID, CDesktop *enclosure, CDirector *supervisor);
  20.     
  21.     };
  22.